rust: Release new minor version
authorColin Walters <walters@verbum.org>
Thu, 22 May 2025 12:32:17 +0000 (12:32 +0000)
committerColin Walters <walters@verbum.org>
Thu, 22 May 2025 12:32:28 +0000 (12:32 +0000)
Signed-off-by: Colin Walters <walters@verbum.org>
Cargo.toml
rust-bindings/sys/Cargo.toml

index f3037755bd26d1817a3f813167c3ccc79dda5e6b..d47b1c5985243cd3bd1773d27f9bee69098df476 100644 (file)
@@ -9,7 +9,7 @@ name = "ostree"
 readme = "rust-bindings/README.md"
 repository = "https://github.com/ostreedev/ostree"
 rust-version = "1.77.0"
-version = "0.20.0"
+version = "0.20.1"
 
 include = [
     "/COPYING",
index de4815a911bb602ade78c244b17ab0dd9fd1bd7d..5df6b3d6443634b503daa177d3379ae3524d88e6 100644 (file)
@@ -86,7 +86,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.15.0"
+version = "0.15.1"
 edition = "2021"
 
 [package.metadata.docs.rs]